projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55e093d
)
gdk_display_get_pointer: Screen out parameter is (transfer none)
author
Colin Walters
<walters@verbum.org>
Mon, 16 May 2011 16:21:34 +0000
(12:21 -0400)
committer
Colin Walters
<walters@verbum.org>
Mon, 16 May 2011 16:35:40 +0000
(12:35 -0400)
gdk/gdkdisplay.c
patch
|
blob
|
history
diff --git
a/gdk/gdkdisplay.c
b/gdk/gdkdisplay.c
index f2c95f7dc3c080ddde9a810365efaac2c86cf443..ff1d26db486b68e697e14f74da55f8f15fd0d486 100644
(file)
--- a/
gdk/gdkdisplay.c
+++ b/
gdk/gdkdisplay.c
@@
-563,7
+563,7
@@
_gdk_display_enable_motion_hints (GdkDisplay *display,
/**
* gdk_display_get_pointer:
* @display: a #GdkDisplay
- * @screen: (out) (allow-none): location to store the screen that the
+ * @screen: (out) (allow-none)
(transfer none)
: location to store the screen that the
* cursor is on, or %NULL.
* @x: (out) (allow-none): location to store root window X coordinate of pointer, or %NULL.
* @y: (out) (allow-none): location to store root window Y coordinate of pointer, or %NULL.